home *** CD-ROM | disk | FTP | other *** search
- object JournalPrintStatusForm: TJournalPrintStatusForm
- Left = 344
- Top = 235
- ActiveControl = CancelButton
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Printing Status'
- ClientHeight = 99
- ClientWidth = 265
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- FormStyle = fsStayOnTop
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object PrintingPanel: TPanel
- Left = 8
- Top = 12
- Width = 249
- Height = 53
- BevelOuter = bvNone
- BorderWidth = 1
- TabOrder = 0
- object PrintingMemo: TMemo
- Left = 1
- Top = 1
- Width = 247
- Height = 51
- Align = alClient
- Alignment = taCenter
- BorderStyle = bsNone
- Color = clBtnFace
- Ctl3D = False
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Lines.Strings = (
- 'Preparing to print entries...')
- ParentCtl3D = False
- ParentFont = False
- ReadOnly = True
- TabOrder = 0
- OnEnter = PrintingMemoEnter
- end
- end
- object CancelButton: TButton
- Left = 95
- Top = 70
- Width = 75
- Height = 25
- Caption = '&Cancel'
- Default = True
- ModalResult = 2
- TabOrder = 1
- OnClick = CancelButtonClick
- end
- end
-